home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / suprk445.arc / 4FILEDOR.ARC / FILEDOOR.CFG next >
Text File  |  1990-08-16  |  7KB  |  179 lines

  1. % FILEDOOR.CFG Supplement for SuperK installation using QBBS FileDoor v1.10
  2. %
  3. % NOTE! In order to  save  space,  I  have  eliminated  all  configuration 
  4. %       declarations  other  than  those  required to set up each of the 7 
  5. %       SuperK protocols in both single file and batch modes.  Yet another 
  6. %       reason to read the provided documentation! 
  7. %
  8. %       The  single  file  Xmodem  CRC,  Xmodem  Checksum,  Ymodem (1k-X), 
  9. %       WXmodem and Jmodem protocols within SuperK are totally  compatible 
  10. %       with  their  single  protocol counterparts and should be used as a 
  11. %       direct replacement for those protocols. 
  12. %
  13. %       The single file K9Xmodem and Super8K  protocols  and  ALL  of  the 
  14. %       batch  mode  protocols  require the use of either SuperK or K9X by 
  15. %       the user.  NONE of these are compatible with anything out there in 
  16. %       "ModemLand"! 
  17. %
  18. % The protocol drivers,  SUPERK.COM and SK1.COM must be configured for use
  19. % with FileDoor.
  20. %  
  21. % Configuring SuperK and SKA.COM
  22. % ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  23. %     1) Start up SUPERK.COM as  SUPERK @
  24. %     2) Press G
  25. %     3) Press H
  26. %     4) The  default  colors  for  Jmodem  are  Black  text  on  a  White 
  27. %        background  and  are "hard coded" as such.  If you wish to change 
  28. %        the default colors,  press C and make your selection for each  of 
  29. %        the 5 color schemes. 
  30. %     5) If you plan on storing the SuperK files in a directory OTHER than 
  31. %        the logged (QBBS) directory, press F and input the FULL drive and 
  32. %        path where all of the  SuperK  (SUPERK.COM,  SUPERK.000,  SKJ.COM 
  33. %        and CMODEM.EXE) files will reside 
  34. %     6) Once you have completed your modifications, hit Enter and input a 
  35. %        Y  to  the "Ready to Save" prompt.  SuperK will clone itself with 
  36. %        the new settings and return you to the DOS prompt. 
  37. %     7) If you have specified an OvlPath (step 5 above) simply  copy  all 
  38. %        of the SuperK files into the specified directory. 
  39. %
  40. % You  may  start up SuperK with the @ parameter at any time if you simply 
  41. % want to check the settings.  A  new  clone  will  not  be  produced  (or 
  42. % prompted  for)  unless  you  actually  make  modifications to any of the 
  43. % settings. 
  44. %
  45. % $1 => Port number (1=COM1:, etc.)
  46. % $2 => Baudrate
  47. % $3 => Responsefile (for DSZ versions later than 880423)
  48. % $4 => List of files to be received/sent
  49. %
  50. %Keyword Effic Letter Way Max Text
  51. %------- ----- ------ --- --- ----------------------------
  52. %
  53.  
  54. Protocol 80    X      U   1   SuperK Xmodem Chk    Single File
  55. Errorlevel Superk.com p$1 s$2 rx f $4
  56.  
  57. Protocol 80    X      D   1   SuperK Xmodem Chk    Single File
  58. Errorlevel Superk.com p$1 s$2 sx f $4
  59.  
  60. Protocol 80    C      U   1   SuperK Xmodem CRC    Single File
  61. Errorlevel Superk.com p$1 s$2 rc f $4
  62.  
  63. Protocol 80    C      D   1   SuperK Xmodem CRC    Single File
  64. Errorlevel Superk.com p$1 s$2 sc f $4
  65.  
  66. Protocol 88    W      U   1   SuperK WXmodem       Single File
  67. Errorlevel Superk.com p$1 s$2 rw f $4
  68.  
  69. Protocol 88    W      D   1   SuperK WXmodem       Single File
  70. Errorlevel Superk.com p$1 s$2 sw f $4
  71.  
  72. Protocol 90    Y      U   1   SuperK Ymodem (1k-X) Single File
  73. Errorlevel Superk.com p$1 s$2 ry f $4
  74.  
  75. Protocol 90    Y      D   1   SuperK YModem (1k-X) Single File
  76. Errorlevel Superk.com p$1 s$2 sy f $4
  77.  
  78. Protocol 92    J      U   1   SuperK Jmodem        Single File
  79. Errorlevel Superk.com p$1 s$2 rj f $4
  80.  
  81. Protocol 92    J      D   1   SuperK Jmodem        Single File
  82. Errorlevel Superk.com p$1 s$2 sj f $4
  83.  
  84. Protocol 92    H      U   1   SuperK Cmodem        Single File
  85. Errorlevel Superk.com p$1 s$2 rh f $4
  86.  
  87. Protocol 92    H      D   1   SuperK Cmodem        Single File
  88. Errorlevel Superk.com p$1 s$2 sh f $4
  89.  
  90. Protocol 94    K      U   1   SuperK K9Xmodem      Single File
  91. Errorlevel Superk.com p$1 s$2 rk f $4
  92.  
  93. Protocol 94    K      D   1   SuperK K9Xmodem      Single File
  94. Errorlevel Superk.com p$1 s$2 sk f $4
  95.  
  96. Protocol 96    S      U   1   SuperK Super8K       Single File
  97. Errorlevel Superk.com p$1 s$2 rs f $4
  98.  
  99. Protocol 96    S      D   1   SuperK Super8K       Single File
  100. Errorlevel Superk.com p$1 s$2 ss f $4
  101.  
  102. Protocol 96    M      U   1   SuperK Super8K-G MNP Single File
  103. Errorlevel Superk.com p$1 s$2 rm f $4
  104.  
  105. Protocol 96    M      D   1   SuperK Super8K-G MNP Single File
  106. Errorlevel Superk.com p$1 s$2 sm f $4
  107.  
  108. Protocol 80    1      U   20  SuperK Xmodem Chk    Batch Mode
  109. Errorlevel Superk.com p$1 s$2 rxb f $4
  110.  
  111. Protocol 80    1      D   20  SuperK Xmodem Chk    Batch Mode
  112. Errorlevel Superk.com p$1 s$2 sxb f $4
  113.  
  114. Protocol 80    2      U   20  SuperK Xmodem CRC    Batch Mode
  115. Errorlevel Superk.com p$1 s$2 rcb f $4
  116.  
  117. Protocol 80    2      D   20  SuperK Xmodem CRC    Batch Mode
  118. Errorlevel Superk.com p$1 s$2 scb f $4
  119.  
  120. Protocol 88    3      U   20  SuperK WXmodem       Batch Mode
  121. Errorlevel Superk.com p$1 s$2 rwb f $4
  122.  
  123. Protocol 88    3      D   20  SuperK WXmodem       Batch Mode
  124. Errorlevel Superk.com p$1 s$2 swb f $4
  125.  
  126. Protocol 90    4      U   20  SuperK Ymodem (1k-X) Batch Mode
  127. Errorlevel Superk.com p$1 s$2 ryb f $4
  128.  
  129. Protocol 90    4      D   20  SuperK YModem (1k-X) Batch Mode
  130. Errorlevel Superk.com p$1 s$2 syb f $4
  131.  
  132. Protocol 92    5      U   20  SuperK Jmodem        Batch Mode
  133. Errorlevel Superk.com p$1 s$2 rjb f $4
  134.  
  135. Protocol 92    5      D   20  SuperK Jmodem        Batch Mode
  136. Errorlevel Superk.com p$1 s$2 sjb f $4
  137.  
  138. Protocol 92    6      U   20  SuperK Cmodem        Batch Mode
  139. Errorlevel Superk.com p$1 s$2 rhb f $4
  140.  
  141. Protocol 92    6      D   20  SuperK Cmodem        Batch Mode
  142. Errorlevel Superk.com p$1 s$2 shb f $4
  143.  
  144. Protocol 94    7      U   20  SuperK K9Xmodem      Batch Mode
  145. Errorlevel Superk.com p$1 s$2 rkb f $4
  146.  
  147. Protocol 94    7      D   20  SuperK K9Xmodem      Batch Mode
  148. Errorlevel Superk.com p$1 s$2 skb f $4
  149.  
  150. Protocol 96    8      U   20  SuperK Super8K       Batch Mode
  151. Errorlevel Superk.com p$1 s$2 rsb f $4
  152.  
  153. Protocol 96    8      D   20  SuperK Super8K       Batch Mode
  154. Errorlevel Superk.com p$1 s$2 ssb f $4
  155.  
  156. Protocol 98    9      U   20  SuperK Super8K-G MNP Batch Mode
  157. Errorlevel Superk.com p$1 s$2 rmb f $4
  158.  
  159. Protocol 98    9      D   20  SuperK Super8K-G MNP Batch Mode
  160. Errorlevel Superk.com p$1 s$2 smb f $4
  161.  
  162. % - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  163. % N O T I C E    N O T I C E    N O T I C E    N O T I C E    N O T I C E
  164. % Due  to the amount of time and money I have spent setting up SuperK for 
  165. % use with your Comm/BBS programs,  I am requesting  that  this  and  all 
  166. % subsquent   versions  of  SuperK  be  registrered  so  that  I  may  be 
  167. % compensated for the many hours I have spent developing,  modifying  and 
  168. % setting   up  this  protocol  driver.   Please  show  your  support  by 
  169. % registering your copy of SuperK today.
  170. % - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
  171. % ------------------------ ### EOF ### --------------------------------
  172.